| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Start( _ ByVal wait As TimeSpan, _ ByVal perform As Action, _ ByVal onerror As Action(Of Exception) _ ) As TimeoutAction  | |
| C# | |
|---|---|
public static TimeoutAction Start( TimeSpan wait, Action perform, Action<Exception> onerror )  | |
Parameters
- wait
 - perform
 - onerror
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7